.wp-post-image{
	width: 100%;
	height: 170px;
	object-fit: cover;
}

/*按钮*/
.current div {
    color: #fff;
    background-color: #FB6608;
    border: solid 1px  #FB6608;
}
.current div:hover,
.current div:focus {
	color: #fff;
    background-color: #FB6608;
    border-color: #FB6608;
}

.current-cat a{
	color: #E60012;
	font-weight: bold;
}

.screen-reader-text{
	width: 80px;
	color: #666666;
}

/*.alignnone{
	width: 100%;
	height: auto;
}
.aligncenter{
	height: auto;
}
.alignleft{
	width: 100%;
	height: auto;
}

.alignright{
	width: 100%;
	height: auto;
}*/